home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / FabLibsƒ / FabACursors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-08  |  208 b   |  10 lines  |  [TEXT/CWIE]

  1. #pragma internal on
  2. OSErr FabLoadCursors(short fCurResID);
  3. void FabRotateCursor(void);
  4. void FabFreeCursors(void);
  5.  
  6. extern unsigned int        gCursorChanges;
  7. extern Boolean        gCanInitCursor;
  8.  
  9. #pragma internal reset
  10.